Skip to content

Finished - #754

Open
AbooSalh wants to merge 3 commits into
the-csharp-academy:mainfrom
AbooSalh:main
Open

Finished#754
AbooSalh wants to merge 3 commits into
the-csharp-academy:mainfrom
AbooSalh:main

Conversation

@AbooSalh

Copy link
Copy Markdown

No description provided.

@github-actions

Copy link
Copy Markdown

🚀 Project Submitted!

Thanks for submitting your project! I will review it soon.

📋 Please check the dashboard to make sure the project is marked as Pending.

⚠️ If it's not marked as pending, submit it manually using the URL for this PR.

@TheCSharpAcademy TheCSharpAcademy left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AbooSalh Thanks for submitting! This project needs a bit of work. Here are the missing requirements:

❌Ask math questions and award points for correct answers — The app asks questions and checks answers correctly through IsCorrect(), which is a good start. However, there is currently no score/point system. A correct answer needs to add a point.
❌ At least 5 questions per game — PlayGame() currently asks the player to select and answer one question, after which the game ends. A game needs at least five questions.
❌ The game only have four hard-coded questions. The flow instead needs to be: User chooses an operation, then five questions are randomly generated, so each game is different.
❌ Menu to choose an operation — The current menu lets the user choose Play, View History, or Exit, and then choose an individual pre-written question. The player should instead be able to choose a mathematical operation such as addition, subtraction, multiplication, or division.

💁‍♂️If you have any questions, the best way to get help is in our Discord, in the #get-help-with-projects channel. 😊

@TheCSharpAcademy TheCSharpAcademy self-assigned this Aug 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants